|
Ubicación en el Menú |
---|
Croquizador → Restricciones del Croquizador → Restricción Horizontal |
Entornos de trabajo |
Croquizador, Diseño de Piezas |
Atajo de teclado por defecto |
Ninguno |
Introducido en versión |
- |
Ver también |
Vertical |
La Restricción Horizontal fuerza a la línea o líneas seleccionadas a ser paralelas al eje horizontal del croquis.
introduced in version 1.0: In most cases it is advisable to use the combined Sketcher ConstrainHorVer tool instead.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Horizontal', Line))
The Sketcher scripting page explains the values which can be used for Line
and contains further examples on how to create constraints from Python scripts.